Welcome![Sign In][Sign Up]
Location:
Search - web .net

Search list

[DocumentsExt.NET Web Application Development

Description: Ext.Net平台全英文开发手册,详细描述所有控件、类的使用方法。(Ext.Net Developing Manual, All components , classes and objects are included.)
Platform: | Size: 3231744 | Author: keving22 | Hits:

[Othernet调用 webservice

Description: 调试成功过用net调用 webservicenet(this is use net call webservicenet)
Platform: | Size: 1024 | Author: min123! | Hits:

[OtherASP.NET客户关系管理系统源码

Description: asp.net客户关系管理系统完整源码是一款CRM客户关系管理系统源码,是一个后台建站的客户关系管理系统,可以网页访问,软件功能齐全,软件的主要功能是客户管理和进销存这块。(Asp. net customer relationship management system complete source code is a CRM customer relationship management system source code, is a background building a customer relationship management system, web access, software functions, the main function of the software is customer management and invoicing.)
Platform: | Size: 22729728 | Author: 六月雪 | Hits:

[web

Description: 第一步、将传承采集(万用小偷)管理系统上传到你的WEB空间; 第二步、系统默认在站点根目录,无需修改任何文件即可使用。 如果你在其它目录下面运行本程序,用计事本打开 Admin/Conn.asp 文件修改数据库连接。 如果是ACCESS数据库,请认真修改好下面的数据库的文件名,请使用相对于网站根目录的的绝对路径 数据库安装目录,如:\zl\ DataBaseName = "/zl/DataBase/#mii4lowb6uL8#.mdb" 第三步、登录后台(http://域名/安装目录/Admin/Login.asp)开始体验“传承采集(万用小偷)管理系统”的全新功能吧~~(友情提示:默认用户名:admin密码admin888)(background; backstage; backstage supporter; behind-the-scenes backer; tiring-room friendly reminder user name)
Platform: | Size: 878592 | Author: 老板发财 | Hits:

[OAASP.NET通用后台管理系统源码

Description: 基于EF+MVC+Bootstrap构建通用后台管理系统,集成轻量级的缓存模块、日志模块、上传缩略图模块、通用配置及服务调用, 提供了OA、CRM、CMS的原型实例,适合快速构建中小型互联网及行业Web系统 Framework 业务无关的底层通用机制及功能 Model基类:提供数据传输和底层的最基本的基类及接口 DAL底层:基于EF code first,提供Repository泛型方法及写历史日志 Untility:通用函数库,基本都全了 Web:复写MVC基类,及通用MVC控件(To construct a general background management system based on EF+MVC+Bootstrap integrated lightweight cache module, log module, upload thumbnail module, general configuration and service invocation, provides examples of OA, CRM, CMS prototype, suitable for rapid construction of Web system for small and medium industries and the Internet Framework service independent underlying general purpose mechanism and function Model base class: provides the most basic base classes and interfaces for data transfer and the underlying DAL bottom layer: provides Repository generic methods and writes history logs based on EF code first Untility: the general library of functions is basically complete Web: copy the MVC base class and the generic MVC control)
Platform: | Size: 41839616 | Author: 叶文泰 | Hits:

[.netASP.NET动态网页设计案例教程(C#版)》电子书_PDF

Description: 对于用C#语言编写动态网页的编程者有指导作用,帮助他们更快学会网页版控件的编辑、布局。(For programming languages using C# language dynamic web guide, to help them learn faster web version of the control editor, layout.)
Platform: | Size: 15261696 | Author: zixuer | Hits:

[WEB CodeASP.NET Web项目开发规范.docx

Description: 本标准仅用于规范Web前端开发中HTML、CSS等前台代码开发,并提供统一的布局标准、CSS样式表标准。(This standard is only used to standardize Web front-end development, HTML, CSS and other front code development, and to provide a unified layout standards, CSS style sheet standards.)
Platform: | Size: 376832 | Author: 哦嚯嘢哒哨 | Hits:

[OtherWeb

Description: 一个很好用的asp.net基于web开发的验证码控件,简单易用。(A good web-based development using asp.net validation code control, easy to use.)
Platform: | Size: 184320 | Author: 域神 | Hits:

[WEB Code基于ASP.net考勤系统

Description: 基于.NET Framework的Web开发平台上完成一个简单的管理系统,该管理系统里面包括人员管理,考勤管理,工资人事管理等功能。(.NET Framework based on the Web development platform to complete a simple management system, the management system includes personnel management, attendance management, payroll, personnel management and other functions.)
Platform: | Size: 40439808 | Author: 布拿呢先生 | Hits:

[WEB CodeASP.NET WEB开发学习实录---源码

Description: ASP.NET WEB开发学习实录---源码(ASP.NET WEB develop, source code)
Platform: | Size: 26095616 | Author: yaozi0909 | Hits:

[.netASP.NET

Description: 本实例是大学课程项目,用Visual Stuio2008简单实现了学院二级官网的相关网页,连接SQLServer2005。(This example is a university course project, using Visual Stuio2008 to simply implement the relevant web pages of the two level official network of the college and connect to the SQLServer2005)
Platform: | Size: 26861568 | Author: yuki01 | Hits:

[.netVB.NET入门经典

Description: 以VB.NET为编程语言,全面介绍WEB服务的相关概念和技术内幕(With VB.NET as a programming language, the concept and technology of WEB services are introduced in a comprehensive way)
Platform: | Size: 12156928 | Author: kaichen | Hits:

[Other基于web的房产中介管理系统(C#)

Description: An asp project that aimed to learn asp.net, The project is Rental house C# project
Platform: | Size: 2288640 | Author: h#$H | Hits:

[.netQR.NET-master

Description: 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = new Rectangle(10, 10, image.Width, image.Height); g.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel); RectangleF layoutRectangle = new RectangleF(0, image.Height + 20, image.Width, 30); g.DrawString(strCode, font, brush, layoutRectangle); string filepath = System.Web.HttpContext.Current.Server.MapPath(@"~\attachment")+ "1.png"; System.IO.FileStream fs = new System.IO.FileStream(filepath, System.IO.FileMode.OpenOrCreate,System.IO.FileAccess.Write); printPicture.Save(fs, System.Drawing.Imaging.ImageFormat.Png); fs.Close();printPicture.Dispose();(This is a DOME, which is directly downloaded. It only realizes the generation of two-dimensional code. If we want to increase the two-dimensional code printing function, we can refer to the following code, if you want to add other functions, please develop it yourself.)
Platform: | Size: 2215936 | Author: cbingqin | Hits:

[OtherASP.NET

Description: 网页开发,有几个网页组成,用的c#语言的ASP,NET开发,包括前台的搭建和后台的代码实现。(Web development, there are several web pages, the c# language ASP.NET development, including the front desk and the background of the code implementation.)
Platform: | Size: 13855744 | Author: 佟先生 | Hits:

[WEB Codeasp.net web

Description: asp.net web programming sample site
Platform: | Size: 1527808 | Author: csta | Hits:

[asp-net-web-api-2-samples

Description: ASP.NET WEB API 框架揭秘 源码(ASP.NET WEB API framework sample code)
Platform: | Size: 33501184 | Author: RobinGao | Hits:

[BooksASP.NET MVC企业级实战

Description: ASP.NET MVC 是微软官方提供的以MVC模式为基础的ASP.NET Web应用程序框架。MVC 将一个Web应用分解为Model、View和Controller,有助于管理复杂的应用程序,并简化了分组开发,使得复杂项目更易维护。
Platform: | Size: 115963542 | Author: yaohui421 | Hits:

[Documentsasp.net强大工作流引擎,learun助力开发升级.docx

Description: 在信息化、流程化的背景下。工作流引擎,这个名词就出现了!那么,什么是工作流引擎呢?所谓工作流引擎是指workflow作为应用系统的一部分,并为之提供对各应用系统有决定作用的根据角色、分工和条件的不同决定信息传递路由、内容等级等核心解决方案。工作流引擎包括了,流程的节点管理、流向管理、流程样例管理等重要功能。而我今天要带给大家的就是,一个内置了这样全面功能工作流引擎的全开源快速开发平台。(Under the background of informationization and process. The term "workflow engine" appears. So, what is a workflow engine? The so-called workflow engine refers to the workflow as a part of the application system, and provides it with a decisive role for each application system according to the role, division of labor and conditions of different decisions on information transmission routing, content level and other core solutions. Workflow engine includes such important functions as node management, flow direction management and process sample management. And what I want to bring to you today is a fully open source rapid development platform with such a fully functional workflow engine built in.)
Platform: | Size: 928768 | Author: little66 | Hits:

[.netWebGIS开发-ArcGIS Server与.NET》源码

Description: 关于arigis的web开发,基于.net平台(Web development of arigis based on. net platform)
Platform: | Size: 2847744 | Author: 阿狸123v | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net